func net/http.http2parseUintBytes

2 uses

	net/http (current package)
		h2_bundle.go#L3139: 	n, err := http2parseUintBytes(b, 10, 64)
		h2_bundle.go#L3154: func http2parseUintBytes(s []byte, base int, bitSize int) (n uint64, err error) {